You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Math387 Class > Math387 Methods > Math387.SinCos Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Math387.SinCos Method

Sine and cosine in single pass.

Syntax
C#
Visual Basic
public static void SinCos([In] double X, out double SinX, out double CosX);
Parameters 
Description 
[In] double X 
Defines argument for sin and cos functions. 
out double SinX 
Returns the hyperbolic sine. 
out double CosX 
Returns the hyperbolic cosine. 

Computes sine and cosine in one pass. Call this routine if you require sine and cosine.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!